home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / FLTK-1.0.6 / fluid / keyboard_ui.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  274 b   |  9 lines

  1. // generated by Fast Light User Interface Designer (fluid) version 0.99
  2. #include <FL/Fl.H>
  3. #include <FL/Fl_Button.H>
  4. #include <FL/Fl_Input.H>
  5. #include <FL/Fl_Window.H>
  6. extern void key_cb(Fl_Button*, void*);
  7. extern void shift_cb(Fl_Button*, void*);
  8. Fl_Window *make_window();
  9.